home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / Software / BostonBusinessComputing / install.demosh < prev    next >
Text File  |  2000-03-22  |  446b  |  15 lines

  1. #!/bin/sh
  2. # currently company dir is manually placed-should change
  3.  
  4. COMPANY_DIR=$PRODUCT_DIR/Software/BostonBusinessComputing
  5. export COMPANY_DIR
  6.  
  7. if [ $CDWARE_ENV = "Solaris_1" ];then
  8.         $OPENWINHOME/bin/cmdtool -Wl "Install Trial Software" -Wx large -Ww 80 -Wh 30 -Wp 290 270 $COMPANY_DIR/notOS.sh
  9. else
  10.         $OPENWINHOME/bin/cmdtool -Wl "Install Trial Software" -Wx large -Ww 80 -Wh 30 -Wp 290 270 $COMPANY_DIR/launchit.sh 1
  11.  
  12. fi
  13.  
  14. exit 0
  15.